.contact{
  font-family: 'Inter', 'Poppins' sans-serif;
  background-color: #07143D;
  padding: 88px 104px 176px 104px ;
}

.contact-content{
  display: flex;
  padding: 0 ;
  margin: 0;
  justify-content: space-between;
}

.email-contact, .office-contact, .phone-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
}

.email-icon, .office-icon, .phone-icon{
  margin: 0 0 16px 0;
}

.email-frame, .office-frame, .phone-frame{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 16px 0;
  padding: 0;
}


.email-frame :nth-child(1){
  font-family: 'poppins';
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px 0;
}

.email-frame :nth-child(2){
  font-family: 'poppins';
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #e9e9e9;
  margin: 0 0 0;
}

.office-frame :nth-child(1){
  font-family: 'poppins';
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px 0;
}

.office-frame :nth-child(2){
  font-family: 'poppins';
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #e9e9e9;
  margin: 0 0  0;
}

.phone-frame :nth-child(1){
  font-family: 'poppins';
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px 0;
}

.phone-frame :nth-child(2){
  font-family: 'poppins';
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #e9e9e9;
  margin: 0 0  0;
}

.email-link, .office-link, .phone-link{
  font-family: 'poppins';
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}

.email-link p,
.office-link p,
.phone-link p{
  margin: 0;
  padding: 0;
}